Dapper访问数据库测试Dapper访问数据库 .
├── Dapper访问数据库.zip
└── TestDapper
├── App.xaml
├── App.xaml.cs
├── AssemblyInfo.cs
├── MainWindow.xaml
├── MainWindow.xaml.cs
├── TestDapper.csproj
├── TestDapper.csproj.user
├── Users.cs
├── bin
│ └── Debug
│ └── net6.0-windows
└── obj
├── Debug
│ └── net6.0-windows
│ ├── App.g.i.cs
│ ├── MainWindow.g.i.cs
│ ├── TestDapper.AssemblyInfo.cs
│ ├── TestDapper.AssemblyInfoInputs.cache
│ ├── TestDapper.GeneratedMSBuildEditorConfig.editorconfig
│ ├── TestDapper.assets.cache
│ ├── TestDapper.csproj.AssemblyReference.cache
│ ├── TestDapper.designer.deps.json
│ ├── TestDapper.designer.runtimeconfig.json
│ ├── TestDapper_MarkupCompile.i.cache
│ ├── ref
│ └── refint
├── TestDapper.csproj.nuget.dgspec.json
├── TestDapper.csproj.nuget.g.props
├── TestDapper.csproj.nuget.g.targets
├── project.assets.json
└── project.nuget.cache
9 directories, 24 files
评论